home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2888 / 2888.xpi / defaults / preferences / defaults.js
Text File  |  2008-07-24  |  3KB  |  35 lines

  1. pref("gmarkssortby","title"); //Either title or date
  2. pref("gmarks.addbookmark.lastSelectedTab",0); //Keeps track of the last opened add bookmark tab, 0 for ff, 1 for GMarks, 2 for both
  3. pref("gmarks.suggest",true); //GMarks suggest - suggests existing labels if they are found in the title
  4. pref("gmarks.showAddBookmark", false); //Toggles an Add Bookmark button on the sidebar
  5. pref("gmarks.ctrlD", true); //Toggle wrapping GMarks around the add bookmark window
  6. pref("gmarks.showIcons",true); //Duh?
  7. pref("gmarks.favicons","gmarks");//"history" gets it from FF3's favicon service, "gmarks" scans each and every bookmarked site for a favicon
  8. pref("gmarks.showFav", true); //Show site favicons or default skin icons
  9. pref("gmarks.icons.validate",false); //Check to see if a favicon exists before using it, checked location is doman/favicon.ico ie: http://example.com/favicon.ico
  10. pref("gmarks.showCount", false); //Shows the number of bookmarks in a label on the sidebar
  11. pref("gmarks.signin", false); //Auto signin
  12. pref("gmarks.invalidlbls","^smh,^tb"); //Just things possibly included in the rss results to exclude
  13. pref("gmarks.nestedChar",">"); //<<<
  14. pref("gmarks.keys.sidebar.modifiers",'alt');//Modifier for the sidebar's shortcut
  15. pref("gmarks.keys.sidebar.key",'m');//shortcut key
  16. pref("gmarks.keys.quicksearch.key",36);//Home by default(36 is the keycode for home)
  17. pref("gmarks.hiddenLabels","");//Labels to be hidden from view
  18. pref("gmarks.unlabeled",""); //Show unlabeled bookmarks with this label
  19. pref("gmarks.readerLabel",""); //Label for Google Reader starred items, blank if disabled
  20. pref("gmarks.openinnewtab",false); //Default to opening bookmarks in a new tab
  21. pref("gmarks.loadLabelAndReplace",false); //When opening a label in new tabs, remove the currently opened tabs first.
  22. pref("gmarks.toolbarFolder",""); //Label to use for the toolbar, "" = all bookmarks
  23. pref("gmarks.toolbarShowIconsOnly",false); //Again, duh?
  24. pref("gmarks.labels",""); //Holds the last opened labels
  25. pref("gmarks.confirmDelete",false);
  26. pref("gmarks.bkmkLabelCombos",false); //enabled bookmark label combos where labels act as bookmarks when clicked, but contain bookmarks themselves
  27. pref("gmarks.showRecent",true);//Show the 10 most recently added/modified items
  28. pref("gmarks.showFreq",true);//Show the 10 most frequently used items
  29. pref("gmarks.menu.hidebookmarks",false);
  30. pref("gmarks.menu.rename",false);
  31. pref("gmarks.menu.hidden",false);
  32. pref("gmarks.menu.items","addeditbookmark,organize,options,separator,mostrecent,mostused,bookmarkstree,separator,refresh");
  33. pref("gmarks.search",0);//0 = get results from online site, 1 = use quick search results(local, faster)
  34. pref("extensions.{A64F9D1E-FA5E-11DA-A187-6B94C2ED2B83}.description", "chrome://gmarks/locale/gmarks.properties"); //localized description
  35.